Welcome![Sign In][Sign Up]
Location:
Search - bresenham ellipse

Search list

[Other resourceBresenham算法编程演示

Description: Bresenham算法编程演示程序,用java写的源码,可以在一个IE窗口完整的演示出来,可以选择描画直线,圆形,椭圆等,是图形学课程的基础课程设计.-Bresenham algorithm programming demo program using java to write the source code for the IE window for a complete demonstration, and can choose to draw straight line, circle, ellipse, and so on the basis of graphics courses curriculum design.
Platform: | Size: 8611 | Author: susu | Hits:

[Multimedia programCGApplication

Description: 这是一份采用VC++和OPENGL开发的关于粒子系统的源代码,其功能包括:Bresenham Ellipse, Windmill, 3D clip, Rotate coordinate, Leaves field and stream effect
Platform: | Size: 108460 | Author: xitingting | Hits:

[Graph DrawingZhuYouyong

Description: 直线的DDA,bresenham算法画图 圆的bresenham算法画图 椭圆的bresenham算法画图 均匀B样条曲线算法画图 多边形的Y-X填充算法画图 动态三维立体图形的正透视投影图-linear DDA, bresenham algorithm for drawing a round of bresenham algorithm to draw the ellipse drawing algorithm bresenham uniform B-spline curves polygon drawing algorithm Y-X filling algorithm drawing dynamic 3D graphics is the perspective projection map
Platform: | Size: 1972224 | Author: 朱友勇 | Hits:

[Data structs线性表数据结构算法

Description: 线性表常用算法集合,含所有线性表基本的算法,与吴伟民编的数据结构书完全配套,用TC实现,经过运行。-linear algorithm commonly used pool table, table containing all the basic linear algorithms, and Xiulan WU Weimin series of the data structure was fully complementary with TC realization, after running.
Platform: | Size: 38912 | Author: 李雷 | Hits:

[Windows DevelopBresenham_Middle_line

Description: 图形直线中点生成算法,Bresenham画直线,Bresenham画椭圆-This is a arithmetic of Bresenham_Middle_line.It draw line and ellipse acrossed Bresenham.
Platform: | Size: 51200 | Author: 沈征华 | Hits:

[Windows Developmiddle_bresenham_Line0

Description: 图形画椭圆与圆弧中点算法类似:确定一个象素后,接着在两个候选象素的中点计算一个判别式的值,由判别式的符号确定更近的点-To draw a ellipse,similar to the middle point of arc:after determine a pixel,calculate the value of a judge expression,according to its sign,determine the nearer point.
Platform: | Size: 1894400 | Author: 沈征华 | Hits:

[2D GraphicBresenham算法编程演示

Description: Bresenham算法编程演示程序,用java写的源码,可以在一个IE窗口完整的演示出来,可以选择描画直线,圆形,椭圆等,是图形学课程的基础课程设计.-Bresenham algorithm programming demo program using java to write the source code for the IE window for a complete demonstration, and can choose to draw straight line, circle, ellipse, and so on the basis of graphics courses curriculum design.
Platform: | Size: 8192 | Author: susu | Hits:

[OpenGL programopenGL--Bemhan

Description: 本代码为Bresenham直线生成代码,在窗体中可以以任意角度画出直线。-The code for Bresenham line generated code, in the form we can draw a straight line to any angle.
Platform: | Size: 1024 | Author: 李文晖 | Hits:

[Multimedia DevelopCGApplication

Description: 这是一份采用VC++和OPENGL开发的关于粒子系统的源代码,其功能包括:Bresenham Ellipse, Windmill, 3D clip, Rotate coordinate, Leaves field and stream effect-This is a used VC++ And OPENGL developed on the particle system
Platform: | Size: 140288 | Author: xitingting | Hits:

[Graph Drawing3

Description: 实验要求: 1、分别用圆的参数生成法和Bresenham算法画圆 2、请调用画圆和画椭圆的函数画出右图 提示:openGL 里可通过glrotatef函数实现坐标系的旋转,如绕Z轴旋转45度(相当于XY平面内图形绕原点旋转45度)通过glrotatef(45,0,0,1)来实现。 -Experimental requirements: 1, respectively, the parameters used to generate a round and Bresenham algorithm drawcircle 2, call the circle and ellipse drawing function to draw the right tips: openGL in glrotatef function by the rotation of coordinate system, such as around the Z axis Rotate 45 degrees (equivalent to XY-plane graphics rotate 45 degrees around the origin) through glrotatef (45,0,0,1) to achieve.
Platform: | Size: 2089984 | Author: 马卫龙 | Hits:

[Graph DrawingDDA_Bresenham_Circle_Ellispe

Description: DDA画线算法,Bresenhan画线算法,中点圆算法,中点椭圆算法-DDA line drawing algorithm, Bresenhan painted line algorithm, the midpoint circle algorithm, the midpoint ellipse algorithm
Platform: | Size: 1982464 | Author: yangpan | Hits:

[GDI-BitmapEllipse-Bresenham

Description: Draw ellipse use Bresenham Algorithm
Platform: | Size: 16384 | Author: pvhoang | Hits:

[VC/MFCTest

Description: 本程序在vC++6.0中实现了椭圆中点Bresenham算法.-This procedure in vC++6.0 in the implementation of the mid-point Bresenham ellipse algorithm.
Platform: | Size: 259072 | Author: hello | Hits:

[GDI-Bitmap1-10

Description: 椭圆中点Bresenham算法-Bresenham midpoint ellipse algorithm
Platform: | Size: 259072 | Author: 赵涯 | Hits:

[OpenGL programCircle

Description: Draw Ellipse opengl using bresenham algorithm
Platform: | Size: 1024 | Author: Nessen | Hits:

[AlgorithmBresenham

Description: C++ code. Realization of Bresenham algorithm for rasterization of line, ellipse and circle (with Glut).
Platform: | Size: 5120 | Author: bob stan | Hits:

[2D GraphicComputerGraphics

Description: 是我的计算机图形学的大作业,其中包括的算法有: 直线绘制的DDA算法,bresenham算法,中点算法,绘制圆和椭圆的中点算法,扫描线种子填充算法。N次贝塞尔曲线的绘制以及对他的平移旋转和缩放变换。还有颜色对话框的调用等等,操作方法在帮助里也写明了。另外,还附有一个编写说明书,适合初学者一步步的自己编写出程序来。-Is my great work in computer graphics, including the algorithm are: line drawing of the DDA method, bresenham method, midpoint method, rendering the mid-point circle and ellipse algorithms, scan line seed fill algorithm. N sub Bezier curve drawing, and his translation rotation and scaling transformations. Also call the color dialog box, etc., methods of operation to help in together with a. In addition, with a written statement, suitable for beginners to write their own step by step procedures.
Platform: | Size: 5458944 | Author: 隗平 | Hits:

[Graph programBresenham

Description: 计算机图形学椭圆中点的Bresenham算法代码-Computer Graphics Bresenham midpoint ellipse algorithm code
Platform: | Size: 240640 | Author: 小晓 | Hits:

[2D Graphicellipse

Description: draw Bresenham ellipse using java-draw Bresenham ellipse using java
Platform: | Size: 2048 | Author: khalid2304 | Hits:

[Graph DrawingBresenham

Description: 此程序用于演示Bresenham生成椭圆算法,总体思路与Bresenham圆生成算法相似。 -This program is used for demonstration Bresenham ellipse algorithm is generated, and the general idea of ​ ​ Bresenham circle generation algorithm similar.
Platform: | Size: 48128 | Author: 王崇来 | Hits:
« 12 3 »

CodeBus www.codebus.net